1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{431E4A9F-F522-4435-9D7F-E0571D17AE2F}</ProjectGuid>
10 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11 <OutputType>Library</OutputType>
12 <AppDesignerFolder>Properties</AppDesignerFolder>
13 <RootNamespace>CSASPNETCurrentOnlineUserList</RootNamespace>
14 <AssemblyName>CSASPNETCurrentOnlineUserList</AssemblyName>
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
35 <Reference Include="System" />
36 <Reference Include="System.Data" />
37 <Reference Include="System.Web" />
38 <Reference Include="System.Configuration" />
39 <Reference Include="System.XML" />
42 <Content Include="CheckUserOnlinePage.aspx" />
43 <Content Include="CurrentOnlineUserList.aspx" />
44 <Content Include="Login.aspx" />
45 <Content Include="Logout.aspx" />
46 <Content Include="ReadMe.txt" />
47 <Content Include="Web.config" />
48 <Content Include="Web.Debug.config">
49 <DependentUpon>Web.config</DependentUpon>
51 <Content Include="Web.Release.config">
52 <DependentUpon>Web.config</DependentUpon>
56 <Compile Include="CheckUserOnline.cs" />
57 <Compile Include="CheckUserOnlinePage.aspx.cs">
58 <DependentUpon>CheckUserOnlinePage.aspx</DependentUpon>
59 <SubType>ASPXCodeBehind</SubType>
61 <Compile Include="CheckUserOnlinePage.aspx.designer.cs">
62 <DependentUpon>CheckUserOnlinePage.aspx</DependentUpon>
64 <Compile Include="CurrentOnlineUserList.aspx.cs">
65 <DependentUpon>CurrentOnlineUserList.aspx</DependentUpon>
66 <SubType>ASPXCodeBehind</SubType>
68 <Compile Include="CurrentOnlineUserList.aspx.designer.cs">
69 <DependentUpon>CurrentOnlineUserList.aspx</DependentUpon>
71 <Compile Include="DataTableForCurrentOnlineUser.cs" />
72 <Compile Include="Login.aspx.cs">
73 <DependentUpon>Login.aspx</DependentUpon>
74 <SubType>ASPXCodeBehind</SubType>
76 <Compile Include="Login.aspx.designer.cs">
77 <DependentUpon>Login.aspx</DependentUpon>
79 <Compile Include="Logout.aspx.cs">
80 <DependentUpon>Logout.aspx</DependentUpon>
81 <SubType>ASPXCodeBehind</SubType>
83 <Compile Include="Logout.aspx.designer.cs">
84 <DependentUpon>Logout.aspx</DependentUpon>
86 <Compile Include="Properties\AssemblyInfo.cs" />
87 <Compile Include="UserEntity.cs" />
90 <Folder Include="App_Data\" />
92 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
93 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
96 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
97 <WebProjectProperties>
98 <UseIIS>False</UseIIS>
99 <AutoAssignPort>True</AutoAssignPort>
100 <DevelopmentServerPort>30594</DevelopmentServerPort>
101 <DevelopmentServerVPath>/</DevelopmentServerVPath>
104 <NTLMAuthentication>False</NTLMAuthentication>
105 <UseCustomServer>False</UseCustomServer>
108 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
109 </WebProjectProperties>
113 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114 Other similar extension points exist, see Microsoft.Common.targets.
115 <Target Name="BeforeBuild">
117 <Target Name="AfterBuild">